-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix docker deployment and hot reloading issues #356
Conversation
Yeah not ideal, any idea why the most up to date version breaks the build? |
It works fine with the
There are some threads on it like this one which suggest uninstalling |
…s://github.com/govhackaustralia/hackerspace3 into fix-docker-deployment-and-hot-reloading-issues
These changes are now redundant, as updating the Ruby version fixed the relevant issue. There are some changes needed, but they will be raised in another PR. |
This change adds configurations to allow hot reloading when using docker. It also downgrades the
mini_racer
gem, which was causing docker build failures. This will obviously incur tech debt, as the gem should be updated at some point in the future and any resulting problems with docker should be fixed.